Click or drag to resize

Status Class

Represents "status" element as a part of presence description.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.PresenceStatus

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Status

The Status type exposes the following members.

Constructors
  NameDescription
Public methodStatus
Initializes a new instance of the Status class.
Public methodStatus(BasicStatus)
Initializes a new instance of the Status class with the specified BasicStatus
Public methodStatus(BasicStatus, XmlNodeCollection)
Initializes a new instance of the Status class with the specified BasicStatus and extension elements.
Top
Properties
  NameDescription
Public propertyBasicStatus
Gets or sets BasicStatus.
Public propertyExtension
Gets collection of extensions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also